REPLACE$
REPLACE$ will scan through a string replace a given group of character with another one.
ARGUMENTS:
* Source String = The string to search through
* Find String = The string to find.
* Replace String = The replacement string.
optional:
* Case Flag = When set to 1 the search is case sensitive
RETURNS:
The new string value
SYNTAX
Return String=REPLACE$(Source String,Find String,Replace String [,Case Flag])
RELATED INFO
View String Operations Index
View STYX Index
View STYX Main File
